type net.pipeAddr
5 uses
	net (current package)
		pipe.go#L82: type pipeAddr struct{}
		pipe.go#L84: func (pipeAddr) Network() string { return "pipe" }
		pipe.go#L85: func (pipeAddr) String() string  { return "pipe" }
		pipe.go#L138: func (*pipe) LocalAddr() Addr  { return pipeAddr{} }
		pipe.go#L139: func (*pipe) RemoteAddr() Addr { return pipeAddr{} }
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |